<?xml version="1.0"?>
<installation mode="fresh" srtype="lvm">
zerombr\nclearpart --all    --initlabel\npart /boot --fstype ext3 --size=100 --asprimary\npart /     --f   stype ext3 --size=1024 --grow\npart swap  --recommended  <keymap>us</keymap>
  <hostname></hostname>
  <root-password type="hash">xybxa6JUkz63w</root-password>
  <source type="url"></source>
  <admin-interface name="eth0" proto="dhcp">
  </admin-interface>
  <ntp-server>pool.ntp.org</ntp-server>
  <timezone>UTC</timezone>
  <time-config-method>ntp</time-config-method>
  <script stage="installation-complete" type="url">
    http://foreman.some.host.fqdn/unattended/finish
  </script>
</installation>
